imageware
Class Display

java.lang.Object
  extended by imageware.Display

public class Display
extends java.lang.Object

Class Display.


Constructor Summary
Display()
           
 
Method Summary
static void show(java.lang.String title, ImageWare ds)
          Shows a imageware with a specifc title.
static void show(java.lang.String title, ImageWare ds, double magnification)
          Shows a imageware with a specifc title and with a specific magnification.
static void showColor(java.lang.String title, ImageWare red, ImageWare green, ImageWare blue)
          Shows color image composed by three datasets with a specifc title.
static void showColor(java.lang.String title, ImageWare red, ImageWare green, ImageWare blue, double magnification)
          Shows color image composed by three datasets with a specifc title and with a specific magnification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Display

public Display()
Method Detail

show

public static void show(java.lang.String title,
                        ImageWare ds)
Shows a imageware with a specifc title.

Parameters:
title - a specific title
ds - the imageware to be shown

showColor

public static void showColor(java.lang.String title,
                             ImageWare red,
                             ImageWare green,
                             ImageWare blue)
Shows color image composed by three datasets with a specifc title.

Parameters:
title - a specific title
red - the imageware to be shown in the red channel
green - the imageware to be shown in the green channel
blue - the imageware to be shown in the blue channel

show

public static void show(java.lang.String title,
                        ImageWare ds,
                        double magnification)
Shows a imageware with a specifc title and with a specific magnification.

Parameters:
title - a specific title
ds - the imageware to be shown
magnification - zoom factor

showColor

public static void showColor(java.lang.String title,
                             ImageWare red,
                             ImageWare green,
                             ImageWare blue,
                             double magnification)
Shows color image composed by three datasets with a specifc title and with a specific magnification.

Parameters:
title - a specific title
red - the imageware to be shown in the red channel
green - the imageware to be shown in the green channel
blue - the imageware to be shown in the blue channel
magnification - zoom factor